home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / RESOURCES / CH6 / EMAGA6 / control / client / interfaces / splashscreen.gui < prev   
Text File  |  2003-10-22  |  544b  |  24 lines

  1. //--- OBJECT WRITE BEGIN ---
  2. new GuiChunkedBitmapCtrl(SplashScreen) {
  3.    profile = "GuiDefaultProfile";
  4.    horizSizing = "width";
  5.    vertSizing = "height";
  6.    position = "0 0";
  7.    extent = "640 480";
  8.    minExtent = "8 8";
  9.    visible = "1";
  10.    helpTag = "0";
  11.    bitmap = "./interfaces/emaga_splash";
  12.    useVariable = "0";
  13.    tile = "0";
  14.    noCursor=1;
  15.    new GuiInputCtrl(SplashScreenInputCtrl) {
  16.       profile = "GuiInputCtrlProfile";
  17.       position = "0 0";
  18.       extent = "10 10";
  19.    };
  20. };
  21.  
  22. //--- OBJECT WRITE END ---
  23.  
  24.